WSET
WET_DEF

Syntax: WSET type [,mode]
   and: WSET_DEF x0,y0,a0,b0, x1,y1,a1,b1, x2,y2,a2,b2
Location: ATARI_REXT

The command WSET resets the windows #0, #1, and #2 to a pre-defined size and position.

There are a set of eight definitions built into the Emulator, which can be chosen by setting type to a value in the range 0...7.

WSET -1 will reset the three windows to the size and positions specified with the WSET_DEF command.

If the optional parameter mode is supplied, this will alter the display mode to that specified, otherwise, the screen mode remains unchanged.

WSET_DEF allows you to set up a user-defined size and position.

Each set of four parameters is used to specify the size x,y and position (a,b) of each window.

CROSS-REFERENCE:
WMON and WTV are similar commands under Toolkit II.
